@charset "UTF-8";
/* 设置滚动条的样式 */
.scroll {
  overflow: auto;
  overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
  width: 6px;
}

/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    */
  border-radius: 3px;
}

/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

.scroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

.dialog-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1003;
  background: url("../images/bg-black50.png") repeat;
  text-align: center;
}

.full-div {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.dialog-box {
  display: none;
  position: relative;
  width: 310px;
  padding: 20px 40px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center;
  /* 文件上传 */
}

.dialog-box.conver-box {
  width: 600px;
  height: 458px;
  padding: 0;
}

.dialog-box.conver-box .conver-hd {
  padding: 0 20px;
  height: 57px;
  line-height: 57px;
  font-size: 18px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.dialog-box.conver-box .conver-hd .close-btn {
  top: 15px;
}

.dialog-box.conver-box .conver-bd {
  position: absolute;
  bottom: 150px;
  top: 58px;
  left: 0;
  right: 0;
}

.dialog-box.conver-box .conver-bd .chat-list {
  padding: 0 20px;
}

.dialog-box.conver-box .conver-bd .chat-list .time-stamp {
  width: 198px;
  height: 22px;
  margin: 20px auto 0 auto;
  font-size: 14px;
  background-color: #e0e0e0;
  color: #fff;
  border-radius: 2px;
}

.dialog-box.conver-box .conver-bd .chat-list .record {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left;
}

.dialog-box.conver-box .conver-bd .chat-list .record .img-box {
  width: 50px;
  height: 50px;
}

.dialog-box.conver-box .conver-bd .chat-list .record .img-box img {
  display: block;
  width: 100%;
}

.dialog-box.conver-box .conver-bd .chat-list .record .news-box {
  position: relative;
  max-width: 300px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 16px;
}

.dialog-box.conver-box .conver-bd .chat-list .record .news-box .a-look {
  position: absolute;
  width: 11px;
  height: 10px;
  top: 0;
  background: url("../images/a-look.png");
}

.dialog-box.conver-box .conver-bd .chat-list .record.r-left .img-box {
  float: left;
}

.dialog-box.conver-box .conver-bd .chat-list .record.r-left .news-box {
  float: left;
  color: #333;
  margin-left: 20px;
  background-color: #f2f2f2;
}

.dialog-box.conver-box .conver-bd .chat-list .record.r-left .a-look {
  left: -10px;
  background-position-y: 0;
}

.dialog-box.conver-box .conver-bd .chat-list .record.r-right .img-box {
  float: right;
}

.dialog-box.conver-box .conver-bd .chat-list .record.r-right .news-box {
  float: right;
  color: #fff;
  margin-right: 20px;
  background-color: #2b7dff;
}

.dialog-box.conver-box .conver-bd .chat-list .record.r-right .a-look {
  right: -8px;
  background-position-y: -10px;
}

.dialog-box.conver-box .conver-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #f7f7f7;
  border-radius: 0 0 3px 3px;
}

.dialog-box.conver-box .conver-foot .input-area {
  width: 538px;
  height: 53px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  border-radius: 3px;
  margin: 20px auto 0 auto;
}

.dialog-box.conver-box .conver-foot .send-box {
  padding: 0 20px;
  margin-top: 10px;
}

.dialog-box.conver-box .conver-foot .send-box .s-btn {
  border-radius: 3px;
}

.dialog-box .search-gray {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: 93px;
  cursor: pointer;
  background: url("../images/i-search-gray.png");
}

.dialog-box .search-gray:hover {
  background-position-y: -20px;
}

.dialog-box .sear-friends-wrap {
  height: 110px;
}

.dialog-box .sear-friends-wrap .sear-friends-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 390px;
  height: 90px;
  border-radius: 0 0 3px 3px;
  background-color: #f5f5f5;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item {
  float: left;
  margin: 20px 30px 0 40px;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .head-img {
  float: left;
  width: 50px;
  height: 50px;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .head-img img {
  display: block;
  width: 100%;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .info-box {
  float: left;
  margin-top: 12px;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .info-box .name {
  float: left;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .info-box .s-btn {
  float: left;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .info-box .already-apply {
  background-color: #16b136;
}

.dialog-box .sear-friends-wrap .sear-friends-box .friend-item .info-box .already-add {
  background-color: #ccc;
  cursor: default;
}

.dialog-box .sear-friends-wrap .sear-friends-box .no-result {
  -webkit-text-emphasis: center;
          text-emphasis: center;
  line-height: 90px;
  font-size: 14px;
  color: #999;
}

.dialog-box .sear-friends-wrap .sear-friends-box .no-result i {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  background: url("../images/i-gray-warning.png");
  margin-right: 6px;
}

.dialog-box .close-btn {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 18px;
  top: 16px;
  cursor: pointer;
  background: url("../images/icon-close.png") no-repeat 0 0;
}

.dialog-box .close-btn:hover {
  background-position-y: -11px;
}

.dialog-box .tag-img {
  width: 70px;
  height: 70px;
  background: url("../images/i-dialog.png") no-repeat 0 0;
  margin: 20px auto 0 auto;
}

.dialog-box .tag-img.warning {
  background-position-y: -140px;
}

.dialog-box .tag-img.correct {
  background-position-y: 0;
}

.dialog-box .tag-img.error {
  background-position-y: -70px;
}

.dialog-box .tag-img.next {
  background-position-y: -210px;
}

.dialog-box .main-tit {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}

.dialog-box .sub-tit {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}

.dialog-box .d-textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.dialog-box .d-textinput {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}

.dialog-box .state-box {
  font-size: 18px;
  color: #333;
  padding: 10px 0;
}

.dialog-box .state-box i {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: -8px;
  margin-right: 10px;
  background: url("../images/i-dialog30x30.png");
}

.dialog-box .state-box.success i {
  background-position-y: 0;
}

.dialog-box .state-box.warning i {
  background-position-y: -30px;
}

.dialog-box .state-box.error i {
  background-position-y: -60px;
}

.dialog-box .state-box.next i {
  background-position-y: -90px;
}

.dialog-box .btn-box {
  font-size: 0;
  margin-top: 20px;
}

.dialog-box .ml20 {
  margin-left: 20px;
}

.dialog-box .d-btn {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 16px;
  width: 118px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  cursor: pointer;
}

.dialog-box .d-color-btn {
  background-color: #0066ec;
  border-color: #0066ec;
  color: #fff;
}

.dialog-box .d-color-btn:hover {
  border-color: #2b7dff;
  background-color: #2b7dff;
}

.dialog-box .d-border-btn {
  border-color: #999;
  color: #333;
}

.dialog-box .d-border-btn:hover {
  color: #2b7dff;
  border-color: #2b7dff;
}

.dialog-box.head-foot-box {
  position: relative;
  width: 540px;
  height: 330px;
  padding: 0;
}

.dialog-box.head-foot-box .close-btn {
  top: 10px;
}

.dialog-box.head-foot-box .d-btn {
  width: 84px;
  font-size: 14px;
  margin-top: 7px;
}

.dialog-box.head-foot-box .d-btn.cannot {
  background-color: #ddd;
  border-color: #ddd;
  cursor: no-drop;
}

.dialog-box.head-foot-box .d-hd {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  text-align: left;
}

.dialog-box.head-foot-box .d-bd {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 30px;
  bottom: 50px;
}

.dialog-box.head-foot-box .d-bd .files-wrap {
  padding: 20px 20px;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box.no-files {
  height: 220px;
  border: 1px dashed #ddd;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box.no-files .wait-upfile {
  display: block;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .wait-upfile {
  display: none;
  cursor: pointer;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .wait-upfile img {
  margin-top: 55px;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .wait-upfile .txt {
  font-size: 14px;
  color: #999;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items {
  text-align: center;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 100px;
  margin: 0 20px 13px 20px;
  background: url("../images/file-bg.png") no-repeat center;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .c-btn {
  position: absolute;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .file-info {
  font-size: 12px;
  color: #666;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .file-info span {
  display: inline-block;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .file-info.file-size {
  margin-top: 25px;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .file-info.file-size span {
  padding: 2px 5px;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .file-info.file-name {
  margin-top: 15px;
}

.dialog-box.head-foot-box .d-bd .files-wrap .files-box .file-items .item .file-info.file-name span {
  width: 62px;
  padding: 2px 5px;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list {
  padding: 0 6px;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list .limit-txt {
  text-align: left;
  line-height: 28px;
  padding: 0 6px;
  color: #666;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list .table-box {
  height: 222px;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table {
  width: 100%;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table tr {
  cursor: pointer;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table tr:hover {
  background-color: #f4f8fb;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td {
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #e6e6e6;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td.tit {
  width: 350px;
  padding-left: 20px;
  padding-right: 20px;
  color: #333;
  text-align: left;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td.size {
  color: #999;
  width: 70px;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td.dele {
  color: #999;
  cursor: pointer;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td.dele i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -2px;
  background: url("../images/i-s-d.png") 0 -16px no-repeat;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td.dele:hover {
  color: #2b7dff;
}

.dialog-box.head-foot-box .d-bd .files-wrap-list table td.dele:hover i {
  background-position-x: -16px;
}

.dialog-box.head-foot-box .d-foot {
  position: absolute;
  width: 100%;
  height: 49px;
  text-align: center;
  border-top: 1px solid #ddd;
  left: 0;
  bottom: 0;
}

.dialog-box.terms {
  text-align: left;
  width: auto;
  padding: 0;
}

.dialog-box.terms .close-btn {
  top: 10px;
}

.dialog-box.terms .d-hd {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  text-align: left;
}

.dialog-box.terms p {
  text-indent: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.dialog-box.terms .terms-bd {
  padding: 0 20px;
  width: 550px;
  height: 300px;
}

.dialog-box .code-input {
  font-size: 14px;
  margin-top: 20px;
}

.dialog-box .code-input .d-textinput {
  width: unset;
  margin-top: 0;
}

.dialog-box .code-input .code-box {
  cursor: pointer;
  width: 100px;
  height: 40px;
  border: 1px solid #ccc;
}

.dialog-box .submit-code-btn .d-btn {
  width: 100px;
  height: 34px;
}

.icon-member {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  margin-left: 4px;
  background: url("../images/i-remeber.png") no-repeat;
}

.icon-member.icon-not {
  background-position-y: 0;
}

.icon-member.icon-normal {
  background-position-y: -13px;
}

.icon-member.icon-grade {
  background-position-y: -26px;
}

/* 认证二维码 */
.dialog-box .ewm{
    display: block;
    margin-top: 20px;

}
.dialog-box .ewm img{
    height: 200px;
    width: 200px;
}

.form-dialog {
  width: 600px;
}

.form-dialog .f-box .f-bd .f-item {
  padding: 10px 0;
}

.form-dialog .f-box .f-bd .f-item .input-box {
  position: relative;
  width: 300px;
  text-align: left;
}

.form-dialog .f-box .f-bd .f-item .input-box .text-input {
  width: 278px;
}

.form-dialog .f-box .f-bd .f-item .input-box .icon-date {
  position: absolute;
  cursor: pointer;
  width: 21px;
  height: 21px;
  right: 10px;
  top: 6px;
  background: url("../images/i-date.png");
}

.form-dialog .f-box .f-bd .f-item .l-txt {
  width: 140px;
}

.form-dialog .f-box .f-bd .f-item .r-state {
  width: 130px;
}

.form-dialog .f-box .f-bd .f-item .r-state .state-alink {
  font-size: 12px;
  color: #1b8bff;
}

.form-dialog .f-box .f-bd .f-item .select-box .cot-list {
  height: auto;
}